c2df9814a6c808086142e3d58bd696ca8aee679a,graph_model/src/org/hanuna/gitalk/graphmodel/impl/GraphModelImpl.java,GraphModelImpl,GraphModelImpl,#MutableGraph#,38
Before Change
}
});
this.visibleNodes = new BranchVisibleNodes(graph);
visibleNodes.setVisibleBranchesNodes(isStartedBranchVisibilityNode);
graph.setGraphDecorator(new GraphDecorator() {
private final GraphDecorator decorator = fragmentManager.getGraphDecorator();
@Override
After Change
}
});
this.visibleNodes = new BranchVisibleNodes(graph);
visibleNodes.setVisibleNodes(visibleNodes.generateVisibleBranchesNodes(isStartedBranchVisibilityNode));
branchShowFixer = new GraphBranchShowFixer(graph, fragmentManager);
graph.setGraphDecorator(new GraphDecorator() {
private final GraphDecorator decorator = fragmentManager.getGraphDecorator();